ArrayToList(array [, delimiter ])


Converts the specified one dimensional array to a list, delimited with the character you specify.

array

Name of the array containing elements you want to use to build a list.

delimiter

Specify the character(s) you want to use to delimit elements in the list. Default is comma ( , ).